Opc.Ua.Core
Sign(ArraySegment<Byte>,X509Certificate2) Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class > Sign Method : Sign(ArraySegment<Byte>,X509Certificate2) Method
Adds an asymmetric signature to the end of the buffer.
Syntax
'Declaration
 
Protected Overloads Function Sign( _
   ByVal dataToSign As ArraySegment(Of Byte), _
   ByVal senderCertificate As X509Certificate2 _
) As Byte()
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim dataToSign As ArraySegment(Of Byte)
Dim senderCertificate As X509Certificate2
Dim value() As Byte
 
value = instance.Sign(dataToSign, senderCertificate)

Parameters

dataToSign
senderCertificate
Remarks
Start and count specify the block of data to be signed. The padding and signature must be written to the stream wrapped by the encoder.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UaSCUaBinaryChannel Class
UaSCUaBinaryChannel Members
Overload List